home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Mira / Mira_setup.exe / {app} / Mira.exe / 0 / RCDATA / TFORMFETE / TFORMFETE.txt
Text File  |  2003-09-02  |  3KB  |  155 lines

  1. object FormFete: TFormFete
  2.   Left = 381
  3.   Top = 139
  4.   BorderStyle = bsDialog
  5.   Caption = 'Rechercher une date de f'#234'te'
  6.   ClientHeight = 317
  7.   ClientWidth = 334
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object SC_Line5: TSC_Line
  21.     Left = 0
  22.     Top = 283
  23.     Width = 334
  24.     Height = 34
  25.     BorderShape = bsTopLine
  26.     Align = alBottom
  27.   end
  28.   object Label1: TLabel
  29.     Left = 12
  30.     Top = 15
  31.     Width = 38
  32.     Height = 14
  33.     Caption = 'Trouver'
  34.     Transparent = True
  35.   end
  36.   object ListViewFete: TListView
  37.     Left = 12
  38.     Top = 41
  39.     Width = 226
  40.     Height = 228
  41.     Cursor = crHandPoint
  42.     Columns = <
  43.       item
  44.         Caption = 'Nom'
  45.         Width = 140
  46.       end
  47.       item
  48.         Caption = 'Date'
  49.         Width = 64
  50.       end>
  51.     ColumnClick = False
  52.     HideSelection = False
  53.     ReadOnly = True
  54.     RowSelect = True
  55.     PopupMenu = PopupMenu1
  56.     SmallImages = MainFormMira.ImageList1
  57.     TabOrder = 1
  58.     ViewStyle = vsReport
  59.     OnDblClick = Modifiercenom1Click
  60.   end
  61.   object ButtonOk: TButton
  62.     Left = 87
  63.     Top = 290
  64.     Width = 75
  65.     Height = 22
  66.     Caption = '&Ok'
  67.     Default = True
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clWindowText
  70.     Font.Height = -11
  71.     Font.Name = 'Arial'
  72.     Font.Style = []
  73.     ModalResult = 1
  74.     ParentFont = False
  75.     TabOrder = 5
  76.   end
  77.   object ButtonCancel: TButton
  78.     Left = 172
  79.     Top = 290
  80.     Width = 75
  81.     Height = 22
  82.     Cancel = True
  83.     Caption = '&Annuler'
  84.     Font.Charset = DEFAULT_CHARSET
  85.     Font.Color = clWindowText
  86.     Font.Height = -11
  87.     Font.Name = 'Arial'
  88.     Font.Style = []
  89.     ModalResult = 2
  90.     ParentFont = False
  91.     TabOrder = 6
  92.   end
  93.   object EditFete: TEdit
  94.     Left = 57
  95.     Top = 12
  96.     Width = 181
  97.     Height = 22
  98.     TabOrder = 0
  99.     OnChange = EditFeteChange
  100.   end
  101.   object ButtonAdd: TButton
  102.     Left = 246
  103.     Top = 41
  104.     Width = 75
  105.     Height = 22
  106.     Hint = 'Ajouter une entr'#233'e'
  107.     Caption = '&Ajouter'
  108.     TabOrder = 2
  109.     OnClick = Ajouterunnom1Click
  110.   end
  111.   object ButtonMod: TButton
  112.     Left = 246
  113.     Top = 71
  114.     Width = 75
  115.     Height = 22
  116.     Hint = 'Modifier cette entr'#233'e'
  117.     Caption = '&Modifier'
  118.     TabOrder = 3
  119.     OnClick = Modifiercenom1Click
  120.   end
  121.   object ButtonDell: TButton
  122.     Left = 246
  123.     Top = 101
  124.     Width = 75
  125.     Height = 22
  126.     Hint = 'Supprimer cette entr'#233'e'
  127.     Caption = '&Supprimer'
  128.     TabOrder = 4
  129.     OnClick = Supprimercenom1Click
  130.   end
  131.   object PopupMenu1: TPopupMenu
  132.     OnPopup = PopupMenu1Popup
  133.     Left = 156
  134.     Top = 72
  135.     object Ajouterunnom1: TMenuItem
  136.       Caption = 'Ajouter un nom'
  137.       OnClick = Ajouterunnom1Click
  138.     end
  139.     object N1: TMenuItem
  140.       Caption = '-'
  141.     end
  142.     object Modifiercenom1: TMenuItem
  143.       Caption = 'Modifier ce nom'
  144.       OnClick = Modifiercenom1Click
  145.     end
  146.     object N2: TMenuItem
  147.       Caption = '-'
  148.     end
  149.     object Supprimercenom1: TMenuItem
  150.       Caption = 'Supprimer ce nom'
  151.       OnClick = Supprimercenom1Click
  152.     end
  153.   end
  154. end
  155.